Doc comment fixing. (Mostly non-matching parameter names.)
authorOwen Taylor <otaylor@redhat.com>
Thu, 7 Sep 2000 18:07:59 +0000 (18:07 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 7 Sep 2000 18:07:59 +0000 (18:07 +0000)
commit21b538970edd944b694f44e8a7c9f7256dca02d3
tree85f42fd7cd923f1bf4e821499808c1c79553c5a9
parent8c4980ed5439c7c8bd2a4a5383509c4512339f8b
Doc comment fixing. (Mostly non-matching parameter names.)

Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
Doc comment fixing. (Mostly non-matching parameter names.)

* gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
comments a little to avoid looking like a doc comment.

* gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
conversions be changed to GError?)

* gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT):
Move private #defines into .c file.

* gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
order of argument addition, remove duplicates.

* gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
parent class is FrameClass, not BinClass.

* gtk/gtk.h: Add gtkinvisible, which was missing.
(It's occasionalyl useful for client apps, if seldom.)

* gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
#define.
22 files changed:
gdk/gdkkeyuni.c
gdk/gdktypes.h
gdk/x11/gdkinput.c
gdk/x11/gdkwindow-x11.c
gtk/Makefile.am
gtk/gtk.h
gtk/gtkaspectframe.h
gtk/gtkcalendar.c
gtk/gtkcolorsel.c
gtk/gtkcolorsel.h
gtk/gtkframe.h
gtk/gtkimcontext.c
gtk/gtklist.c
gtk/gtknotebook.c
gtk/gtkspinbutton.c
gtk/gtkspinbutton.h
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktexttag.c
gtk/gtkwidget.c
gtk/testgtk.c
tests/testgtk.c